ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / Insert Method
A zero-based System.Int32 index indicating the position at which to insert the T object.
A T object to insert.

In This Topic
    Insert Method (ItemCollection<T>)
    In This Topic
    Inserts a new T into the ItemCollection<T> at the specified location.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As T _
    ) 
    public void Insert( 
       int index,
       T item
    )

    Parameters

    index
    A zero-based System.Int32 index indicating the position at which to insert the T object.
    item
    A T object to insert.
    See Also